Skip to content

fix(boxes): serialize workspace builds#24171

Draft
AztecBot wants to merge 1 commit into
merge-train/spartan-v5from
cb/fix-spartan-v5-boxes-build
Draft

fix(boxes): serialize workspace builds#24171
AztecBot wants to merge 1 commit into
merge-train/spartan-v5from
cb/fix-spartan-v5-boxes-build

Conversation

@AztecBot

Copy link
Copy Markdown
Collaborator

Summary

  • Investigated the merge-queue dequeue for feat: merge-train/spartan-v5 #24148 on merge-train/spartan-v5.
  • The failing merge-group CI job was 82016013672 / run 27723997361, failing in a1-fast arm64 ci-fast while building boxes.
  • The nested boxes build showed boxes/react and boxes/vite concurrently deriving VKs for the same boxreact-BoxReact.json; React's bb child exited with code null while Vite succeeded.
  • Serialize the boxes workspace builds by removing -p from yarn workspaces foreach, avoiding concurrent writes to shared VK/cache paths.

Verification

  • ./bootstrap.sh ci was attempted, but this branch's root bootstrap script has no ci command and exits with Unknown command: ci.
  • HTTP_PROXY=http://172.20.14.2:9803 HTTPS_PROXY=http://172.20.14.2:9803 NO_PROXY=172.20.14.2,host.docker.internal,localhost,127.0.0.1 ./bootstrap.sh build boxes passed.
  • A local ci-fast rerun is blocked by workspace setup/tooling issues before this target (AGENTS.md symlink checks and missing formatter/import-sorter tooling), unrelated to the boxes build change.

Created by claudebox · group: slackbot

@AztecBot AztecBot added ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR. labels Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant